DrawPolygon(PointF[],Pen) Method
In This Topic
Draws a polygon specified by an array of points, using a specified pen.
Syntax
'Declaration
Public Overloads Sub DrawPolygon( _
ByVal () As System.Drawing.PointF, _
ByVal As Pen _
)
public void DrawPolygon(
System.Drawing.PointF[] ,
Pen
)
Parameters
- points
- An array of points specifying the polygon.
- pen
- The pen to use.
See Also